Params

public interface Params

The parameters of the AuthenticateCallback.

Functions

Link copied to clipboard
Returns an Optional that contains the Browser instance initiated this authentication request or an empty Optional if it has not been determined or not available anymore.
Link copied to clipboard
public HostPort hostPort()
Returns the host-port pair identifying the service that requests the authentication.
Link copied to clipboard
public boolean isProxy()
Returns true if the request is issued by a proxy server.
Link copied to clipboard
public String scheme()
Returns the requested authentication scheme, such as "basic" or "digest".
Link copied to clipboard
public String url()
Returns a string that represents the URL of the request that requires an authentication.